home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_C
/
GAWK
/
GAWK-2
/
PC
/
POPEN.H
< prev
Wrap
Text File
|
1990-07-29
|
134b
|
9 lines
/*
** popen.h -- prototypes for pipe functions
*/
#if !defined(FILE)
#include <stdio.h>
#endif
extern FILE *popen( char *, char * );